home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.19 / 2002-09_Disc_7.19.bin / Data / Audio.pcg / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2002-06-20  |  139b  |  9 lines

  1. on(release){
  2.    if(_level1.EasterEggIsOn == false)
  3.    {
  4.       stopAllSounds();
  5.    }
  6.    _root.textInfo.stop();
  7.    gotoAndStop(2);
  8. }
  9.